Skip to content

Conversation

inlined
Copy link
Member

@inlined inlined commented Mar 19, 2024

Possible fix for #1539.

I think what's happened here is that the raw handler is captured in makeCloudFunction and repeatedly wrapped during the boilerplate code that invokes the handler. This causes an unbounded call stack that eventually causes a crash. To fix, we wrap once during makeCloudFunction and pass the wrapped function to the lambda that actually gets executed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants